home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
W95 Shareware Collection
/
W95 Collection - Windows 95 Shareware (LCDCAN).iso
/
win95
/
utils
/
chief200
/
sample3.inf
< prev
next >
Wrap
INI File
|
1995-09-15
|
2KB
|
70 lines
REM -- Third sample INF file for Chief's Install Pro
REM -- This uses most of the RESERVED words
REM -- Some files are installed to other directories
[The title of your application]
$title=My Great Program v2.10
[Default target directory]
$target=C:\MYPROG
[Disk space needed for the installation - in bytes]
$space=190000
[Files to be copied; "$disk 1 =" to "$disk 45 ="; you can use wildcards]
$disk1 = trooks*.exe;trook1*.*;trook1*.dl_
$disk2 = trook2*.*;trook3*.*;*.txt;trookcfg.*
$disk3 = *.ini;*.dr_;*.hl_;*.trk;gloo*.*
REM and so on ----- > $disk45=
[Other target subdirectories under default directory tree]
$dest\config=trookcfg.exe
$dest\text=trooks.txt
[Files to install to Windows directory}
$windir=trooks.ini;trookcfg.ini
[Files to install to Windows SYSTEM directory}
$sysdir=trooks.dll;trooks.drv;trooks.scr
[Program Manager group name]
$group=Trooks Games
[program(s) to create Program Manager icons for]
$icon=TROOKS.EXE;The main Trooks program;Main
$icon=TROOK2.EXE;Another Trooks program
$icon=TROOK3.EXE;Yet another Trooks program
$icon=GLOOG.EXE;A great GLOOG program
$icon=$dest\TROOKS.HLP;My Trook Help;Main
$icon=NOTEPAD.EXE $dest\README.TRK;Trook's Readme
$icon=NOTEPAD.EXE $dest\TROOKS.TXT;Trook's Text file
$icon=$dest\TROOKS.EXE GAME1.TRK;The best Game Ever
[Program(s) to run after completing installation]
$exec=$dest\config\TROOKCFG.EXE
[put a ";" at the start of the next line to have a normal main window]
$window=MAXIMIZE
[comment this to use an 8kb buffer for copying the files]
$COPYBUFFER=4095
[comment and use this to change the background color of the window]
[valid values are 0 to 4]
$WINDOW-BACKGROUND=1
[comment and use this to change the background of the text]
[3 RGB values, or 1 long integer value
$TEXT-BACKGROUND=192,192,192
[uncomment this line to NOT automatically set the check box for PROGMAN group]
;$SETCHECKBOX
[comment this line to enable the final "installation completed" dialog]
$NO-END-DIALOG
[comment this line to enable the dialog that offers to add the target]
[directory to the PATH statement in AUTOEXEC.BAT]
$NO-PATH-DIALOG